home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / boss.arc / BOSS.TOC < prev    next >
Text File  |  1987-06-04  |  5KB  |  145 lines

  1.  
  2.  
  3.  
  4.                        T A B L E   O F   C O N T E N T S 
  5.  
  6.           1. Introduction...............................................1
  7.  
  8.           2. Technical Nitty Gritties...................................1
  9.  
  10.           3. User Supported Software....................................2
  11.              3.1. Registering...........................................2
  12.              3.2. The SHAREWARE Distribution Diskette...................3
  13.              3.3. The SOURCE Distribution Diskette......................4
  14.  
  15.           4. Installation/Compiling/Linking ............................8
  16.              4.1. Installation..........................................8
  17.              4.2. Compiling.............................................8
  18.              4.3. Linking...............................................9
  19.              4.4. Sample program (hello.c).............................10
  20.  
  21.           5. General Notes.............................................11
  22.  
  23.           6. Making Changes............................................13
  24.  
  25.           7. Tiled Windows.............................................15
  26.  
  27.           8. Future Directions.........................................16
  28.  
  29.           9. Functions.................................................16
  30.              9.1. wn_open -- open window ..............................17
  31.              9.2. wn_title -- title window.............................18
  32.              9.3. wn_titla -- title window with attribute..............18
  33.              9.4. wn_close -- close window.............................19
  34.              9.5. wn_save -- save screen image ........................19
  35.              9.6. wn_restore -- restore saved screen image.............20
  36.              9.7. wn_move -- move window...............................20
  37.              9.8. wn_locate -- locate cursor in window.................21
  38.              9.9. wn_printf -- window printf...........................22
  39.              9.10. wn_puts -- put string (high speed)..................23
  40.              9.11. wn_gets -- get string with validation...............24
  41.              9.12. wn_putsa -- put string and attribute (high speed)...25
  42.              9.13. wn_insrow -- insert row in window...................26
  43.              9.14. wn_delrow -- delete row from window.................26
  44.              9.15. wn_clr -- clear window..............................27
  45.              9.16. wn_activate -- activate window......................27
  46.              9.17. wn_color -- set window & border attribute...........28
  47.              9.18. wn_wrap -- set/clear line wrap flag.................29
  48.              9.19. wn_sync -- set/clear cursor synchronization flag....29
  49.              9.20. wn_scroll -- set scrolling method for window........30
  50.              9.21. wn_dma -- set/clear write ram directly flag.........31
  51.              9.22. wn_fixcsr -- update window cursor position..........31
  52.              9.23. wn_boxset -- set box drawing character set..........32
  53.              9.24. wn_natrib -- set new attribute in window NOW!.......32
  54.              9.25. wn_dborder -- draw (replace) border on window.......33
  55.              9.26. _getca -- get character and attribute...............34
  56.              9.27. _putca -- put character and attribute ..............34
  57.              9.28. _vidblt -- video block transfer.....................35
  58.              9.29. v_spage -- set active display page..................35
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.              9.30. v_cls -- clear entire video screen .................36
  71.              9.31. v_smode -- set video mode...........................36
  72.              9.32. v_wca -- write character and attribute..............37
  73.              9.33. v_wtty -- write character TTY mode..................37
  74.              9.34. v_locate -- locate (position) cursor................38
  75.              9.35. v_hidec -- hide cursor..............................38
  76.              9.36. v_sctype -- set cursor type (style).................39
  77.              9.37. v_sapu -- scroll active display page up.............39
  78.              9.38. v_sapd -- scroll active display page down...........40
  79.              9.39. v_rcpos -- return current cursor position...........40
  80.              9.40. v_rcvs -- return current video state................41
  81.              9.41. v_getch -- get keyboard character and scan code.....41
  82.              9.42. v_kstat -- get keyboard status......................42
  83.              9.43. v_kflush -- flush keyboard buffer...................42
  84.              9.44. v_border -- set border color........................42
  85.  
  86.          10. Registration Form.........................................43
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.                                    1
  145.